home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / utmisc2 / patchsv.rdm < prev    next >
Text File  |  1996-05-20  |  780b  |  18 lines

  1. Short:    Monitor Open-/Closelibrary() for patch.library.
  2. Author:   snfuchs@sokrates.franken.de
  3. Uploader: snfuchs@sokrates.franken.de
  4. Type:     util/misc
  5.  
  6. This one was written as a support program, for my patch.library.
  7. PatchSupervisor patches the exec.library/OldOpenLibrary(), OpenLibrary(),
  8. OpenDevice() functions and allows disk-based librarys to be expunged
  9. (in other words: removed from memory), if no task uses it 
  10. (Opencount is zero), but patches are still installed.
  11. If the library (or device) is opened again, the patches will
  12. automatically be reinstalled.
  13.  
  14. So this program may save you some precious memory
  15. (arp.library needed on my system more than 150 KB before I wrote this
  16. program), especially when used in conjunction with PatchSetFunc
  17. (also available on Aminet).
  18.